String Schema
InformationType Complex Type
Description
Warning associated with certain details within the response
Namespace http://string.drv.de/xmlschema/string
Diagram
AssignedToBooking Element Identifier Element Sequence AssignedServiceTypes Element Identifier Element Sequence AssignedServices Element Identifier Element Sequence AssignedTravellers Element LanguageCode Element Text Element Sequence Description Element Code Element Identifier Element Sequence InformationType Complex Type
Overview
InformationType
Warning associated with certain details within the response
Sequence
Identifier IdentifierType Simple Type
Unique information identifier
Code xs:token
Code for the information defined by the touroperator
Description 0..∞ TextLanguageType Complex Type
Description for the information
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
AssignedTravellers optional IdentifiersType Complex Type
List of participants who caused this information
AssignedServices optional IdentifiersType Complex Type
List of services which caused this information
AssignedServiceTypes optional IdentifiersType Complex Type
List of service types (e.g. rooms, flight classes) which caused this information
AssignedToBooking optional xs:boolean
Flag if this information is booking related
Used By
InformationDetail Element
Source
<xs:complexType name="InformationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Warning associated with certain details within the response</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Identifier" type="IdentifierType">
      <xs:annotation>
        <xs:documentation>Unique information identifier</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Code" type="xs:token">
      <xs:annotation>
        <xs:documentation>Code for the information defined by the touroperator</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Description" type="TextLanguageType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Description for the information</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AssignedTravellers" type="IdentifiersType" nillable="true" minOccurs="0">
      <xs:annotation>
        <xs:documentation>List of participants who caused this information</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AssignedServices" type="IdentifiersType" nillable="true" minOccurs="0">
      <xs:annotation>
        <xs:documentation>List of services which caused this information</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AssignedServiceTypes" type="IdentifiersType" nillable="true" minOccurs="0">
      <xs:annotation>
        <xs:documentation>List of service types (e.g. rooms, flight classes) which caused this information</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AssignedToBooking" type="xs:boolean" nillable="false" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Flag if this information is booking related</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.